동적 메모리 할당 [WEEK 06] C - 동적 메모리 할당 Allocator maintains heap as collection of variable sized blocks, which are either allocated or free. Explicit allocator: application allocates and frees space (e.g. malloc and free in C) Successful: returns a pointer to ... malloc동적 메모리 할당CC
[WEEK 06] C - 동적 메모리 할당 Allocator maintains heap as collection of variable sized blocks, which are either allocated or free. Explicit allocator: application allocates and frees space (e.g. malloc and free in C) Successful: returns a pointer to ... malloc동적 메모리 할당CC